projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9660863
)
(invalid_eol_type): Make it unsigned.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 17 Jun 1999 22:57:01 +0000
(22:57 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 17 Jun 1999 22:57:01 +0000
(22:57 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index b401f59de27a63e8e267e30570b77072ff449d3e..55a3ecdb8c140e7760b5843bec8de6fa23d57b10 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-4566,7
+4566,7
@@
pint2str (buf, width, d)
If EOL_FLAG is 1, set also a mnemonic character for end-of-line
type of CODING_SYSTEM. Return updated pointer into BUF. */
-static char invalid_eol_type[] = "(*invalid*)";
+static
unsigned
char invalid_eol_type[] = "(*invalid*)";
static char *
decode_mode_spec_coding (coding_system, buf, eol_flag)